'Declaration
Public Function New( _ ByVal targetTypes() As Type _ )
'Usage
Dim targetTypes() As Type Dim instance As New XmlMessageFormatter(targetTypes)
public XmlMessageFormatter( Type[] targetTypes )
public: XmlMessageFormatter( array<Type^>^ targetTypes )
Parameters
- targetTypes
- An array of type System.Type that specifies the set of possible types that will be deserialized by the formatter from the message provided.